build: Various fixes for openssl build
authorColin Walters <walters@verbum.org>
Tue, 21 Mar 2017 19:07:41 +0000 (15:07 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 21 Mar 2017 21:16:04 +0000 (21:16 +0000)
commit94c47cde6a1e2f091cd4081ebfba1e8ef34eb2b5
treeb95043d6fc7e68877e7b0a6f66df4d23d6e4437f
parent4ebe1ee94b9e59b79950ce53619fcc3497ea133b
build: Various fixes for openssl build

This actually worked before because `pkg-config --cflags openssl`
is empty, and the linker was satisfying `-lssl -lcrypto` from our
indirect dependencies.

Also, in fact we *currently* just want `pkg-config libcrypto` i.e.
`-lcrypto`, since we aren't actually using openssl to speak TLS.

This doesn't actually matter on Fedora at least since they're both in the
`openssl-libs` package, but they are separate for a reason.

Closes: #749
Approved by: jlebon
Makefile-libostree.am
configure.ac